timsort: Actually 0-terminate the array in get_runs()
authorBenjamin Otte <otte@redhat.com>
Wed, 22 Jul 2020 16:59:22 +0000 (18:59 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 22 Jul 2020 16:59:22 +0000 (18:59 +0200)
commite22abd73f2182611b092e444aa4f7f6b87a625a1
tree45175a210e88af500c9a1ec1e3e479128767265f
parentf77d4d7fc0846a29bac64168155c6484384fa7aa
timsort: Actually 0-terminate the array in get_runs()

This could cause SEGVs when changing the sort during an ongoing sort
operation.
gtk/gtktimsort.c